home *** CD-ROM | disk | FTP | other *** search
- InstrumentBuilder = {
- ACTIONS = {
- newInstrument:;
- showInspector:;
- openScore:;
- showPalette:;
- setCurrentScore:;
- printInstrument:;
- save:;
- saveAs:;
- newScore:;
- parse:;
- showScoreWindow:;
- changeScore:;
- closeScore:;
- changeViewDetail:;
- unparse:;
- showInfo:;
- newScoreAndInstrument:;
- hideScore:;
- };
- OUTLETS = {
- preferences;
- UGDefFileText;
- infoVersionText;
- cleanFont;
- infoPanel;
- dirtyFont;
- inspector;
- scoreList;
- palette;
- scoreWindow;
- instrumentMenuCell;
- currentScore;
- scoreBrowser;
- detailMenuCell;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- PaletteView = {
- OUTLETS = {
- image;
- paletteController;
- };
- SUPERCLASS = View;
- };
- PaletteController = {
- ACTIONS = {
- displayNewType:;
- displayNewUG:;
- };
- OUTLETS = {
- paletteWindow;
- filterView;
- envelopeView;
- matrixTitle;
- UGHandler;
- paletteBrowser;
- lastViewDisplayed;
- oscillatorView;
- ugTitle;
- operatorView;
- macroView;
- displayBox;
- displayView;
- };
- SUPERCLASS = Object;
- };
- PaletteWindow = {
- SUPERCLASS = Window;
- };
- UnitGenerator = {
- ACTIONS = {
- };
- OUTLETS = {
- controller;
- settings;
- };
- SUPERCLASS = View;
- };
-